Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[editor] Fix GUI not initializing on join after test map ending #549

Merged
merged 1 commit into from
Sep 17, 2024

Conversation

chris1384
Copy link
Contributor

image

This elementData removal is being handled by editor_gui in resumeGUI():

function resumeGUI ()
if getElementData ( localPlayer, "waitingToStart" ) then
setElementData ( localPlayer, "waitingToStart", nil, false )
editor_main.startEditor()
setGUIShowing(true)
return
end

I don't see any other reason for this to be in editor_main, unless I'm missing something..?

@Dutchman101 Dutchman101 merged commit 6354efa into multitheftauto:master Sep 17, 2024
1 check passed
@chris1384 chris1384 deleted the resumegui-fix branch September 17, 2024 10:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants